home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMCODETPLENTRY / TFRMCODETPLENTRY.txt
Text File  |  2006-04-19  |  3KB  |  116 lines

  1. object frmCodetplEntry: TfrmCodetplEntry
  2.   Left = 286
  3.   Top = 270
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmCodetplEntry'
  6.   ClientHeight = 279
  7.   ClientWidth = 381
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblName: TLabel
  20.     Left = 75
  21.     Top = 16
  22.     Width = 38
  23.     Height = 13
  24.     Alignment = taRightJustify
  25.     Caption = 'lblName'
  26.   end
  27.   object lblDesc: TLabel
  28.     Left = 78
  29.     Top = 50
  30.     Width = 35
  31.     Height = 13
  32.     Alignment = taRightJustify
  33.     Caption = 'lblDesc'
  34.   end
  35.   object lblValue: TLabel
  36.     Left = 16
  37.     Top = 88
  38.     Width = 37
  39.     Height = 13
  40.     Caption = 'lblValue'
  41.   end
  42.   object EdName: TEdit
  43.     Left = 118
  44.     Top = 13
  45.     Width = 243
  46.     Height = 21
  47.     TabOrder = 0
  48.     OnChange = EdNameChange
  49.   end
  50.   object EdDesc: TEdit
  51.     Left = 118
  52.     Top = 47
  53.     Width = 243
  54.     Height = 21
  55.     TabOrder = 1
  56.   end
  57.   object SMValue: TSyntaxMemo
  58.     Left = 11
  59.     Top = 104
  60.     Width = 350
  61.     Height = 127
  62.     HelpContext = 1010
  63.     ClipCopyFormats = [smTEXT, smRTF]
  64.     Font.Charset = ANSI_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -13
  67.     Font.Name = 'Courier New'
  68.     Font.Style = []
  69.     GutterFont.Charset = DEFAULT_CHARSET
  70.     GutterFont.Color = clWindowText
  71.     GutterFont.Height = -11
  72.     GutterFont.Name = 'MS Sans Serif'
  73.     GutterFont.Style = []
  74.     HyperCursor = crDefault
  75.     IndentStep = 1
  76.     Margin = 2
  77.     Modified = False
  78.     MonoPrint = True
  79.     Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack]
  80.     ReadOnly = False
  81.     RightMargin = 80
  82.     SaveFormat = sfTEXT
  83.     ScrollBars = ssBoth
  84.     SelLineStyle = lsCRLF
  85.     SelStart = 0
  86.     SelLength = 0
  87.     SelTextColor = clWhite
  88.     SelTextBack = clTeal
  89.     TabDefault = 4
  90.     TabOrder = 2
  91.     Version = '3.00.39'
  92.     VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES]
  93.     WrapAtColumn = 2048
  94.     CanMoveGutter = False
  95.     ActiveParser = 1
  96.   end
  97.   object btnOK: TButton
  98.     Left = 109
  99.     Top = 243
  100.     Width = 75
  101.     Height = 25
  102.     Caption = 'btnOK'
  103.     ModalResult = 1
  104.     TabOrder = 3
  105.   end
  106.   object btnCancel: TButton
  107.     Left = 197
  108.     Top = 243
  109.     Width = 75
  110.     Height = 25
  111.     Caption = 'btnCancel'
  112.     ModalResult = 2
  113.     TabOrder = 4
  114.   end
  115. end
  116.